[flake8]
ignore = E231, E241
per-file-ignores =
    __init__.py:F401
max-line-length = 120
count = true
